Documents for PDF .NET Edition
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Common Namespace / StructList<T> Class / Add Method
The struct to be added to the end of the StructList<T>.

In This Topic
    Add Method (StructList<T>)
    In This Topic
    Adds a struct to the end of the StructList<T>.
    Syntax
    'Declaration
     
    Public Sub Add( _
       ByRef item As T _
    ) 
    public void Add( 
       ref T item
    )

    Parameters

    item
    The struct to be added to the end of the StructList<T>.
    See Also